Show/Hide Window
Command Prototype
Window.Show(objUiElement,sShow)
Command Description
Change the show status of a window
Parameter Description
- Required Parameter
- objUiElement--Corresponding window object; when passed as an integer, it is used as a window handle; when passed as a string, it is used as a window feature to find all matched window to operate; when passed as a UiElement object, operate the window containing it
- sShow--Show statuses of a window, 'show' to show, 'hide' to hide, 'min' to minimize, 'max' to maximize, 'restore' to restore